a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

nav ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

del {
    text-decoration: line-through;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

input,
select {
    vertical-align: middle;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

input,
select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input focus,
select focus {
    outline: none;
}

img {
    display: block;
}

html {
    overflow-y: auto !important;
}

a {
    color: #da291c;
}

a:hover {
    color: #da291c;
}

a:focus {
    color: inherit;
}

sup {
    top: -10px;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: 80%;
    position: relative;
}

span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

body {
    padding: 0 !important;
    overflow-x: hidden !important;
    height: auto !important;
    background: #f9f9fa;
}

body a {
    color: #da291c;
}

body a:hover {
    color: #a9291f;
}

body a:focus {
    color: inherit;
}

.main-container {
    max-width: 1440px;
    background: #ffffff;
    min-height: 200px;
    margin: 0 auto;
}

.main-container header {
    display: flex;
}

@media screen and (max-width: 768px) {
    .main-container header {
        flex-direction: column-reverse;
    }
}

.main-container header .header-text {
    flex-basis: 60%;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
    .main-container header .header-text {
        padding: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .main-container header .header-text .cont {
        text-align: center;
    }
}

.main-container header .header-text .cont span {
    font-size: 1rem;
    font-weight: 400;
}

.main-container header .header-text .cont h2 {
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .main-container header .header-text .cont h2 {
        font-size: 2rem;
    }
}

.main-container header .header-logo {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.main-container header .header-logo figure img {
    width: 140px;
}

.main-container .main-content {
    width: 100%;
    min-height: 200px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    padding: 3rem;
}

@media screen and (max-width: 991px) {
    .main-container .main-content {
        flex-direction: column-reverse;
        padding: 1rem;
    }
}

.main-container .main-content .main-info {
    flex-basis: 55%;
    padding: 3rem;
    margin-top: -100px;
}

@media screen and (max-width: 991px) {
    .main-container .main-content .main-info {
        padding: 2rem;
    }
}

.main-container .main-content .main-info h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
}

.main-container .main-content .main-info p {
    font-size: 1rem;
    line-height: 1.9rem;
}

.main-container .main-content .main-info figure img {
    max-width: 100%;
}

.main-container .main-content .main-info .speakers {
    display: flex;
    width: 100%;
    padding-top: 2rem;
}

@media screen and (max-width: 991px) {
    .main-container .main-content .main-info .speakers {
        flex-direction: column;
        align-items: center;
    }
}

.main-container .main-content .main-info .speakers .speaker-in {
    text-align: center;
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .main-container .main-content .main-info .speakers .speaker-in {
        margin-bottom: 2rem;
        width: 100%;
    }
}

.main-container .main-content .main-info .speakers .speaker-in figure {
    padding-bottom: 1rem;
}

.main-container .main-content .main-info .speakers .speaker-in figure img {
    width: 150px;
    margin: 0 auto;
}

.main-container .main-content .main-info .speakers .speaker-in h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.main-container .main-content .main-info .speakers .speaker-in span {
    font-size: 1rem;
}

.main-container .main-content .main-form {
    flex-basis: 45%;
    padding: 3rem;
}

@media screen and (max-width: 991px) {
    .main-container .main-content .main-form {
        padding: 1rem;
    }
    .main-container .main-content .main-form h2 br {
        display: none;
    }
}

.main-container .main-content .main-form h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 8px;
    margin-top: 20px;
}

.form-subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 40px;
}

.main-container .main-content .main-form h2 p {
    font-weight: 300;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.main-container footer {
    min-height: 60px;
    width: 100%;
    padding: 0 6rem;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .main-container footer {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
}

.main-container footer .end-logo {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .main-container footer .end-logo {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .main-container footer .end-logo figure {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
}

.main-container footer .end-logo figure svg {
    width: 100px;
}

.main-container footer .end-legal {
    width: 50%;
    text-align: center;
    color: #000;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .main-container footer .end-legal {
        width: 100%;
        padding-bottom: 1rem;
    }
}

.main-container footer .end-legal a {
    color: #000;
    font-size: 12px;
}

.main-container footer .end-inc {
    width: 25%;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .main-container footer .end-inc {
        width: 100%;
        justify-content: center;
    }
}

.main-container footer .end-inc .redes {
    display: flex;
    width: 200px;
}

@media screen and (max-width: 768px) {
    .main-container footer .end-inc .redes {
        width: 80%;
    }
}

.main-container footer .end-inc .redes li {
    width: 25%;
}

.main-container footer .end-inc .redes li a {
    font-size: 1.1rem;
}

.main-container footer .end-inc .redes li a i {
    color: #014F6B;
    transition: all 0.3s ease 0s;
}